PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFCmsDigitalSignature Class / setSignatureCalculator Method
An implementation of the PDFSignatureCalculator interface that performs the calculation of the digital signature.
In This Topic
    setSignatureCalculator Method
    In This Topic
    Set the signature calculator.
    Syntax
    public void setSignatureCalculator( 
       PDFSignatureCalculator signatureCalculator
    )

    Parameters

    signatureCalculator
    An implementation of the PDFSignatureCalculator interface that performs the calculation of the digital signature.
    See Also